home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Hypergames / AdventureStacks / ACK-stack / Adventure / card_9260.txt < prev    next >
Encoding:
Text File  |  1988-05-16  |  1.4 KB  |  73 lines

  1. -- card: 9260 from stack: in
  2. -- bmap block id: 10245
  3. -- flags: 0000
  4. -- background id: 8952
  5. -- name: !About
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=379 top=299 right=325 bottom=495
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return to game
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put card field "yourloc" of card "!globalData" into it
  23.   visual dissolve
  24.   go card "!blankbrag"
  25.   visual dissolve
  26.   go card it
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: A003
  34. -- rect: left=17 top=299 right=325 bottom=107
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: More...
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual dissolve
  46.   go card  "!Blankbrag"
  47.   visual dissolve
  48.   go card "!!brag"
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 3 (button)
  54. -- low flags: 00
  55. -- high flags: A003
  56. -- rect: left=185 top=299 right=325 bottom=275
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: Tools
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   visual dissolve
  68.   go card "!blankbrag"
  69.   visual dissolve
  70.   go card "!!useful stuff"
  71. end mouseUp
  72.  
  73.